From a466ab495816d9126ad0feb23141c18501d6bafb Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 8 Feb 2008 19:09:21 +0000 Subject: [PATCH] Unicsv: read "lng" as longitude. --- gpsbabel/unicsv.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gpsbabel/unicsv.c b/gpsbabel/unicsv.c index d741e08bd..f3f77f0d1 100644 --- a/gpsbabel/unicsv.c +++ b/gpsbabel/unicsv.c @@ -132,6 +132,7 @@ static field_t fields_def[] = { { "symb", fld_symbol, STR_ANY }, { "lat", fld_latitude, STR_ANY }, { "lon", fld_longitude, STR_ANY }, + { "lng", fld_longitude, STR_ANY }, { "x", fld_longitude, STR_EQUAL }, { "y", fld_latitude, STR_EQUAL }, { "z", fld_altitude, STR_EQUAL }, -- 2.30.2